home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Document / VAR.DATA < prev    next >
Encoding:
Text File  |  1990-01-29  |  1.9 KB  |  87 lines

  1. |linenum|
  2. windowtitle `<integer> = TheLineNumber
  3. printlf `The number of the line the cursor is on.
  4. end
  5.  
  6. |colnum|
  7. windowtitle `<integer> = TheColumnNumber
  8. printlf `The number of the column the cursor is
  9. printlf `currently on.
  10. end
  11.  
  12. |line|
  13. windowtitle `"string" = TheLine
  14. printlf `The current line of text in the current
  15. printlf `document.`
  16. end
  17.  
  18. |char|
  19. windowtitle `"string" = TheCharacter
  20. printlf `The character that the cursor is on. Returns
  21. printlf `a NULL ("") string if the cursor is at the
  22. printlf `end of the file.
  23. end
  24.  
  25. |word|
  26. windowtitle `"string" = TheWord
  27. printlf `The current word the cursor is on, based on
  28. printlf `the word delimiters.
  29. printlf
  30. print `SEE ALSO: `
  31. subject `TheWordDelimiters`TheWordDelimiters` 
  32. end
  33.  
  34. |charstobeg|
  35. windowtitle `"string" = CharsToBegOfLine
  36. printlf `The characters before the cursor on
  37. printlf `the current line.
  38. printlf 
  39. print `SEE ALSO: `
  40. subject `CharsToEndOfLine`CharsToEndOfLine` 
  41. end
  42.  
  43. |charstoend|
  44. windowtitle `"string" = CharsToEndOfLine
  45. printlf `The characters from the cursor to
  46. printlf `the end of the current line.
  47. printlf
  48. print `SEE ALSO: `
  49. subject `CharsToBegOfLine`CharsToBegOfLine`
  50. end
  51.  
  52. |linesindoc|
  53. windowtitle `<integer> = LinesInDocument
  54. printlf `The number of lines in the current
  55. printlf `document.
  56. end
  57.  
  58. |linelength|
  59. windowtitle `<integer> = LengthOfLine
  60. printlf `The length of the current line.` 
  61. end
  62.  
  63. |docname|
  64. windowtitle `"string" = DocumentName
  65. printlf `The name of the current document. 
  66. end
  67.  
  68. |docsize|
  69. windowtitle `<integer> = SizeOfDocument
  70. printlf `The size of the current document in bytes.
  71. end
  72.  
  73. |delimiters|
  74. windowtitle `"string" = TheWordDelimiters
  75. printlf `The characters separating words in the
  76. printlf `current document.
  77. end
  78.  
  79. |searchfound|
  80. windowtitle `<<Logical>> = SearchFound`
  81. printlf `This system variable returns TRUE if the
  82. printlf `most previous SearchFor or Replace command
  83. printlf `found the specified search string.`
  84. end
  85.  
  86.  
  87.